/* body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
} */

section.text-room {
    padding: 0 0 100px 0;
  }

  h3 {
      font-size: 120%;
  }

  .bg-lightblue{
      background-color: #0099ff !important;
  }

  body {
      color:#4c4c4c;
      /* margin-top:-14px; */
  }
  body>nav#mainNav.light-gray{
      background-color: #e9e9e9 !important;
      padding: 0 !important;
  }

  
.container-fluid section .height-100{
      height:100%;
  }

.parallax section.height-15{
    height:15vh;
}

section.padding-50{
    padding: 50px 0;
}